Conversation
brendanbond
left a comment
There was a problem hiding this comment.
Hey thanks again for the PR! The problem here though, is as I mentioned in the issue you opened: this library is designed to be a thin(ish) wrapper around the formio.js javascript form renderer. You can see that, for now, the core renderer already loads i18next (as of the next major version, it will use a home-rolled solution for translation, but the point remains).
So in other words, rather than load a new dependency in the react renderer, we merely need to access the underlying Component methods to translate.
|
I do not really undestand how you think this should be implemented. At the level of the I think the issue is that the translation logic is written in the Maybe you have an idea how it should be implemented, but I just don't see it now. Please describe your solution further if you still think your solution is viable. |
|
Any updates on this please? |
|
@PatrikTrefil hey thanks for checking in, I'm actually working (broadly) on this issue now. I should have an alternate implementation hopefully very soon. |
fixes #522